home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / gus / sdkdigv7.zip / SDKV7N2.TXT < prev    next >
Text File  |  1993-12-07  |  3KB  |  81 lines

  1. Apparently-To: john.smith@gravis.com
  2.  
  3.  
  4. GUS Programmer's Digest     Tue, 7 Dec 93  3:18          Volume 7: Issue   2  
  5.  
  6. Today's Topics:
  7.                               Gravis SDK
  8.                                 Window
  9.  
  10. Standard Info:
  11.     - Meta-info about the GUS can be found at the end of the Digest.
  12.     - Before you ask a question, please READ THE FAQ.
  13.  
  14. ----------------------------------------------------------------------
  15.  
  16. Date: Mon, 6 Dec 93 08:45:09 -0500
  17. From: jdimich@ajiant.dnet.dupont.com
  18. Subject: Gravis SDK
  19.  
  20.    
  21.    I am experiencing a small problem when it comes to compiling some Turbo C++
  22. source code with the GUS SDK.  I am just a beginner C programmer, but am
  23. picking up on the concept and all very quickly.  Here is just some test code
  24. which won't even work:
  25.  
  26. #include <dos.h>
  27. #include <conio.h>
  28. #include <gf1proto.h>
  29.  ..
  30.  
  31. void main(void)
  32. {
  33.  UltraOpen();
  34.  getch();
  35. }
  36.  
  37. With the include definitions, I have even tried including all of the GUS
  38. include files (extern.h, ultraerr.h, osproto.h, etc..).  Everytime I try and
  39. compile this very simple source code, I get an error message along the lines of
  40. "_UltraOpen not defined in source test.c".  This is really frustrating as I
  41. have included every single GUS include file possible, and have created a
  42. project file to include the libraries ULTRA0LB.LIB and ULTRA1LB.LIB.  Am I
  43. doing anything obviously wrong?  Has anyone experienced the same problems as me
  44. under Turbo C++ v3.0?  If not, would anyone be able to help me out here?
  45.  
  46.                         Sincerely,
  47.                         Jason DiMichele
  48.                         jdimich@ajiant.dnet.dupont.com
  49.  
  50. ------------------------------
  51.  
  52. Date: Sun, 5 Dec 1993 12:23:00 -0500
  53. From: wexford.collegiate@CANREM.COM (Wexford Collegiate)
  54. Subject: Window
  55.  
  56.         Does anyone know of a gravis driver for windows nt?? I recently
  57. got windows nt installed on my system and the old win 3.1 drivers won't
  58. work under nt... I want my gravis back!!! I need NT drivers!!
  59.  
  60. ------------------------------
  61.  
  62. End of GUS Programmer's Digest V7 #2
  63. ************************************
  64.  
  65. To post to tomorrow's digest:                    <gus-sdk@dsd.es.com>
  66. To (un)subscribe or get help:            <gus-sdk-request@dsd.es.com>
  67. To contact a human (last resort):          <gus-sdk-owner@dsd.es.com>
  68.  
  69. FTP sites:           archive.epas.utoronto.ca              /pub/pc/ultrasound
  70.                      wuarchive.wustl.edu            /systems/msdos/ultrasound
  71.                      archive.orst.edu                    /pub/packages/gravis
  72.                      theoris.rz.uni-konstanz.de                /pub/sound/gus
  73. FTP mail server:     mail-server@nike.rz.uni-konstanz.de
  74.  
  75. Hints:
  76.       - Get the FAQ from the FTP sites or the request server.
  77.       - Mail to <gus-sdk-request@dsd.es.com> for info about other GUS
  78.     related mailing lists (general use, musician's, etc.).
  79.  
  80.  
  81.